home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Prog / U-Z / zmodem.source.cpt / ptest.sh < prev    next >
Encoding:
Text File  |  1989-02-15  |  123 b   |  5 lines

  1. #a short test for sz and rz using a named pipe - no modem used.
  2. /etc/mknod fifo p
  3. sz <fifo /etc/motd |rz >fifo
  4. rm fifo
  5.